runtime.heapStatsAggregate.inObjects (field)

4 uses

	runtime (current package)
		metrics.go#L343: 				out.scalar = in.heapStats.inObjects
		metrics.go#L364: 				out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
		metrics.go#L582: 	inObjects uint64
		metrics.go#L621: 	a.inObjects = a.totalAllocated - a.totalFreed